home *** CD-ROM | disk | FTP | other *** search
- REM ╔═══════════════════════════════════════════════════════════════════════╗
- REM ║ CAUTION!!! You MUST have ThrustMaster Command & Control Center ║
- REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to ║
- REM ║ use the macro capability. You can tell if you have vs 1.38 by looking║
- REM ║ at the top of the C&CC screen where the version # is shown on any of ║
- REM ║ the menu screens or click on F-7 About to view the version #. To tell║
- REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see ║
- REM ║ the version # at the top of the download screen. To obtain the newer ║
- REM ║ versions if you do not have them, check with any of the listed places ║
- REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest ║
- REM ║ versions of the Command and Control Center software. ║
- REM ╚═══════════════════════════════════════════════════════════════════════╝
- REM Flight Simulator 5 (Learjet), by Microsoft
- REM
- REM This ADV will allow any pilot to easily handle the myriad of flight
- REM controls used to operate the Learjet in Flight Simulator 5.
- REM
- REM Written and Tested by David Shaw - May 1994
- REM
- REM Base Switch Settings
- REM Black Hat switch = Digital
- REM Red Switch = Digital
- REM
- REM ROCKER UP MAJOR FUNCTION - NAVIGATION INSTRUMENT ADJUSTMENT
- REM ROCKER MIDDLE MAJOR FUNCTION - IN FLIGHT CONTROLS
- REM ROCKER DOWN MAJOR FUNCTION - TAKEOFF AND LANDING CONTROLS
- REM
- REM This ADV assumes that you are using coordinated jet engine control.
- REM In other words, any adjustment made to the engines (start, stop, spool up
- REM etc) are made to both engines at the same time. A minor modification of
- REM this file will allow individual control.
- REM
-
- MDEF KFS5
-
- @LearThrottle REM NOTE - YOU MAY HAVE TO ADJUST THE NUMBER OF
- REM THROTTLE STEPS TO SUIT YOUR COMPUTER'S SPEED!!
-
- BTN UB MicrophoneSwitch
-
- BTN MB Brakes
-
- BTN LB LandingGear
- BTN HU ZoomIn/FreqUp
-
- BTN HR /U SelectDME SelectTwo
- /M RightView
- /D Strobes
-
- BTN HD ZoomOut/FreqDn
-
- BTN HL /U SelectDME SelectOne
- /M LeftView
- /D InstLights
-
- BTN HM FrontView
-
- BTN 1 /U /T SelectNAV SelectOne
- /T SelectNavFracFre SelectOne
- /M View1
- /D FlapsUp
-
- BTN 2 /U /T SelectNAV SelectTwo
- /T SelectNavFracFre SelectTwo
- /M /T MapView
- /T MapView
- /D Flaps10Deg
-
- BTN 3 /U /T SelectCOM
- /T SelectComFracFre
- /M CycleWindows
- /D Flaps30Deg
-
- BTN 4 /U /T SelectVOR SelectOne
- /T SelectNAV SelectTwo
- /M TrimNoseUp
- /D FlapsFull40Deg
-
- BTN 5 /U Transponder
- /M TrimNoseDn
- /D Spoilers
-
- BTN 6 /U SelectADF
- /M ChangePanel
- /D Autopilot
-
- BTN MT /P /N @LearEnginesOff
- /R @StartJetEngines
-
- REM NOTE:
- REM
- REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
- REM
- REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
- REM (503) 639-3200 and find out how to get the upgrade!!!
- REM
- REM How can you tell if you have the new chip and microcode? From the
- REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
- REM the message: "File not found", then you have the OLD microcode version
- REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
- REM
-